QuickOPC User's Guide and Reference
Equals(SelectorKeyedCollection<String,UAPubSubConnectionData>) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubConnectionDataCollection Class > Equals Method : Equals(SelectorKeyedCollection<String,UAPubSubConnectionData>) Method
Syntax
'Declaration
 
Protected Overloads Function Equals( _
   ByVal other As SelectorKeyedCollection(Of String,UAPubSubConnectionData) _
) As Boolean
'Usage
 
Dim instance As UAPubSubConnectionDataCollection
Dim other As SelectorKeyedCollection(Of String,UAPubSubConnectionData)
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   SelectorKeyedCollection<string,UAPubSubConnectionData> other
)
protected:
bool Equals( 
   SelectorKeyedCollection<String^,UAPubSubConnectionData^>^ other
) 

Parameters

other
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also